IMAGE_ACTION_BUTTON

Description

Active element that lets the user launch an action when clicking on the widget.

Common Attributes

See the attributes common to all widgets.

Specific Attributes
Name Value Type Default Value Description Comment V.

action

id of the action to launch when the button is clicked

empty



1.3.3

Images

image

valid image file path

empty

Image file for the normal state.


1.3.3

image_mask

valid image file path

'image' value with '_mask' postfix

Path to the alpha mask for previous image.

This value is optional since by default it is generated from 'image'.

1.3.3

image_disabled

valid image file path

'image' value with '_disabled' postfix

Image file containing the image to display when the control is disabled

This value is optional since by default it is generated from 'image'.

1.3.3

image_disabled_mask

valid image file path

'image_disabled' value with '_mask' postfix

Path to alpha mask for previous image

This value is optional since by default it is generated from 'image'.

1.3.3

image_hover

valid image file path

'image' value with '_hover' postfix

Image file containing the image to display when the mouse is over

This value is optional since by default it is generated from 'image'.

1.3.3

image_hover_mask

valid image file path

'image_hover' value with '_mask' postfix

Path to alpha mask for previous image

This value is optional since by default it is generated from 'image'.

1.3.3

image_focus

valid image file path

'image' value with '_focus' postfix

Image file containing the image to display when the control has focus

This value is optional since by default it is generated from 'image'.

1.3.3

image_focus_mask

valid image file path

'image_focus' value with '_mask' postfix

Path to alpha mask for previous image

This value is optional since by default it is generated from 'image'.

1.3.3

image_pushed

valid image file path

'image' value with '_pushed' postfix

Image file containing the image to display when the button is pushed.

This value is optional since by default it is generated from 'image'.

1.3.3

image_pushed_mask

valid image file path

'image_pushed' value with '_mask' postfix

Path to alpha mask for previous image

This value is optional since by default it is generated from 'image'.

1.3.3